func net.lookupStaticHost

3 uses

	net (current package)
		dnsclient_unix.go#L569: 		addrs, _ = lookupStaticHost(name)
		dnsclient_unix.go#L591: 	addr, canonical := lookupStaticHost(name)
		hosts.go#L129: func lookupStaticHost(host string) ([]string, string) {